home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re ODF Build problems.1.1 < prev    next >
Encoding:
Internet Message Format  |  1996-07-25  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Re: ODF Build problems
  2. Sent:        7/25/96 11:16 AM
  3. Received:    7/25/96 11:21 AM
  4. From:        David McCusker, david_mccusker@powertalk.apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Paul Clements (p.e.clements@lboro.ac.uk) writes:
  9. > I finally got round to installing ODF from DR5 onto my PB5300c.
  10. > Unfortunately I have been unable to build the PPC libraries with
  11. > CodeWarrior.  I get 4 link errors:
  12. >     1. Link Error: missing vtable 'bad_exception::_vt`
  13. >     2. Link Error: missing vtable 'bad_type_id::_vt`
  14. >     3. Link Error: missing vtable 'exception::_vt`
  15. >     4. Link Error: undefined '_priv_throwbadcast()' (code)
  16. >             referenced from _dynamic_cast in MWRTTI.cp
  17.  
  18. In C++, the easiest way to get link errors involving the vtable is to fail
  19. to implement a virtual method.  In practice, this is most likely to occur
  20. by forgetting to use some framework macro which implements some standard
  21. functions for a class in the framework.
  22.  
  23. David McCusker, OpenDoc Storage & Bento, david_mccusker@powertalk.apple.com
  24.  
  25.  
  26.